Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.platform.explorer.actions--actions

This contribution is part of XML component org.nuxeo.platform.explorer.actions inside nuxeo-apidoc-webengine-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="PlatformExplorer" label="admcommand.explorer" link="/view_admin-fragment.xhtml" order="40" type="admin_rest_document_link">
          <category>NUXEO_ADMIN</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="PlatformExplorerBrowse" label="tab.explorer.browse" link="/incl/apidoc/browse.xhtml" order="20" type="admin_rest_document_link">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="PlatformExplorerXP" label="tab.explorer.xp" link="/incl/apidoc/xp.xhtml" order="30" type="admin_rest_document_link">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="PlatformExplorerSeam" label="tab.explorer.seam" link="/incl/apidoc/seamcomponents.xhtml" order="40" type="admin_rest_document_link">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="PlatformExplorerOp" label="tab.explorer.operations" link="/incl/apidoc/operations.xhtml" order="50" type="admin_rest_document_link">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="PlatformExplorer" label="admcommand.explorer" link="/view_admin-fragment.xhtml" order="40" type="admin_rest_document_link">
      <category>NUXEO_ADMIN</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="PlatformExplorerBrowse" label="tab.explorer.browse" link="/incl/apidoc/browse.xhtml" order="20" type="admin_rest_document_link">
      <category>PlatformExplorer_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="PlatformExplorerXP" label="tab.explorer.xp" link="/incl/apidoc/xp.xhtml" order="30" type="admin_rest_document_link">
      <category>PlatformExplorer_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="PlatformExplorerSeam" label="tab.explorer.seam" link="/incl/apidoc/seamcomponents.xhtml" order="40" type="admin_rest_document_link">
      <category>PlatformExplorer_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="PlatformExplorerOp" label="tab.explorer.operations" link="/incl/apidoc/operations.xhtml" order="50" type="admin_rest_document_link">
      <category>PlatformExplorer_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

  </extension>